summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-10-12 04:11:53 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-10-13 00:59:57 +0200
commit8b64878258106293057380d829de52e29065b212 (patch)
tree55886ae00e0c010d0381a9f42e34f17daae5c010
parentMerge pull request #11746 from liamwhite/relr (diff)
downloadyuzu-8b64878258106293057380d829de52e29065b212.tar
yuzu-8b64878258106293057380d829de52e29065b212.tar.gz
yuzu-8b64878258106293057380d829de52e29065b212.tar.bz2
yuzu-8b64878258106293057380d829de52e29065b212.tar.lz
yuzu-8b64878258106293057380d829de52e29065b212.tar.xz
yuzu-8b64878258106293057380d829de52e29065b212.tar.zst
yuzu-8b64878258106293057380d829de52e29065b212.zip
-rw-r--r--src/android/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts
index 80f370c16..51e559321 100644
--- a/src/android/build.gradle.kts
+++ b/src/android/build.gradle.kts
@@ -3,8 +3,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
- id("com.android.application") version "8.0.2" apply false
- id("com.android.library") version "8.0.2" apply false
+ id("com.android.application") version "8.1.2" apply false
+ id("com.android.library") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}